html {
    height: 100%;
    position: relative;
}

body {
    height: 100vh;
    background: #f2f2f2;
}

header {
    width: 90%;
    margin-left:auto;
    margin-right:auto;
}

footer {
    text-align: left;
    width: 100%;
    color: white;
    background-color: #282826;
    margin: 40px 0 0;
    padding: 1em 0;
}

.navlink, .navlink:hover {
    padding: 10px;
    text-decoration: none;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding: 30px 15px 15px 15px;
}

h1, h2, h3, h4, h5 {
    color: #444444;
}

.h1, h1 {
    font-size: 4rem;
}

.title{
    margin-top:30px;
    margin-bottom: 20px;
}

.btn,
.btn-secondary,
button {
    height: 40px;
    background-color: #444444;
    color: white;
    box-shadow: 0 -2px 0 0 rgba(0,0,0,.5) inset;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0;
}

.btn:hover,
.btn-primary:hover,
.btn-secondary:hover,
.buttons button:hover, /* For Azure B2C */
button:hover {
    color: white;
    background-color: #444444;
    border-color: #444444;
}

.btn:active,
.btn-primary:active,
.btn-secondary:active,
.buttons button:active, /* For Azure B2C */
.btn:active:focus,
.btn-secondary:active:focus,
button:active {
    color: white;
    background-color: #444444;
    border-color: #444444;
}

a, a:hover {
    color: #616161;
}

img {
    padding: 5px 0 5px 0;
    max-width: 100%;
}

.customerLogo {
    max-height:250px;
    max-width:85%;
}

#logo {
    max-height:115px;
}

#home-page-header {
    background: url(/images/barley-field-small.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 560px;
}

#page-header {
    background: url(/images/barley-field-small.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 190px;
}

#page-header-text {
    color: white;
    margin-top: 100px;
    text-align: center;
}